FlexReport for WinForms
GetValue<T>(RplContainerRec,RplContainerRec,Byte,T) メソッド


C1.Document アセンブリ > C1.Ssrs.RplReader.Recs 名前空間 > RplContainerRec クラス > GetValue メソッド : GetValue<T>(RplContainerRec,RplContainerRec,Byte,T) メソッド
シンタックス
'宣言
 
Public Overloads Shared Function GetValue(Of T)( _
   ByVal rcr1 As RplContainerRec, _
   ByVal rcr2 As RplContainerRec, _
   ByVal childRecType As System.Byte, _
   ByVal defValue As T _
) As T
'使用法
 
Dim rcr1 As RplContainerRec
Dim rcr2 As RplContainerRec
Dim childRecType As System.Byte
Dim defValue As T
Dim value As T
 
value = RplContainerRec.GetValue(Of T)(rcr1, rcr2, childRecType, defValue)
public static T GetValue<T>( 
   RplContainerRec rcr1,
   RplContainerRec rcr2,
   System.byte childRecType,
   T defValue
)

パラメータ

rcr1
rcr2
childRecType
defValue

型パラメータ

T
参照

参照

RplContainerRec クラス
RplContainerRec メンバ
オーバーロード一覧